Bump version number to 0.1.0
authorAlex Crichton <alex@alexcrichton.com>
Sun, 30 Nov 2014 06:11:33 +0000 (22:11 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Sun, 30 Nov 2014 08:07:58 +0000 (00:07 -0800)
Closes #808

Cargo.lock
Cargo.toml
src/registry/Cargo.toml

index 319e60b11950b49fbac611fb0a723f9ba512c4aa..1493cc07702d1e62ff24bf1ace4431554320ee5b 100644 (file)
@@ -1,6 +1,6 @@
 [root]
 name = "cargo"
-version = "0.0.1-pre"
+version = "0.1.0"
 dependencies = [
  "curl 0.1.0 (git+https://github.com/carllerche/curl-rust)",
  "docopt 0.6.8 (git+https://github.com/docopt/docopt.rs)",
@@ -8,7 +8,7 @@ dependencies = [
  "git2 0.0.1 (git+https://github.com/alexcrichton/git2-rs)",
  "glob 0.0.3 (git+https://github.com/rust-lang/glob)",
  "hamcrest 0.1.0 (git+https://github.com/carllerche/hamcrest-rust.git)",
- "registry 0.0.1-pre",
+ "registry 0.1.0",
  "semver 0.1.3 (git+https://github.com/rust-lang/semver)",
  "tar 0.0.3 (git+https://github.com/alexcrichton/tar-rs)",
  "time 0.0.3 (git+https://github.com/rust-lang/time)",
@@ -124,7 +124,7 @@ source = "git+https://github.com/alexcrichton/pkg-config-rs#d24a08d87d63df8dc952
 
 [[package]]
 name = "registry"
-version = "0.0.1-pre"
+version = "0.1.0"
 dependencies = [
  "curl 0.1.0 (git+https://github.com/carllerche/curl-rust)",
 ]
index f36405f84b73eb48bb502c9538eb7c0a85982125..a9ac4a4c7575ad20b891da008eda37aad9c3dcda 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "cargo"
-version = "0.0.1-pre"
+version = "0.1.0"
 authors = ["Yehuda Katz <wycats@gmail.com>",
            "Carl Lerche <me@carllerche.com>",
            "Alex Crichton <alex@alexcrichton.com>"]
index 1ad5cb723220f25b945bf2959a2e6efcc1d69ed0..94c3e10c6e96b041c41943844820cfb77b795c46 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "registry"
-version = "0.0.1-pre"
+version = "0.1.0"
 authors = ["Alex Crichton <alex@alexcrichton.com>"]
 
 [lib]